home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life 1997 February
/
Computer Life February 1997.iso
/
S
/
wws9530
/
Product
/
WORDSRCH.EXE
/
0
/
RCDATA
/
TSPELLSUGGESTIONS
/
TSPELLSUGGESTIONS.txt
Wrap
Text File
|
1996-03-09
|
2KB
|
108 lines
object SpellSuggestions: TSpellSuggestions
Left = 309
Top = 118
BorderStyle = bsDialog
Caption = 'Spelling Suggestions'
ClientHeight = 445
ClientWidth = 333
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 19
object Label1: TLabel
Left = 12
Top = 108
Width = 165
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'Suggestions'
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object Bevel1: TBevel
Left = 4
Top = 104
Width = 181
Height = 333
Style = bsRaised
end
object Panel1: TPanel
Left = 4
Top = 8
Width = 325
Height = 89
Color = clOlive
TabOrder = 0
object Label2: TLabel
Left = 4
Top = 4
Width = 317
Height = 41
Alignment = taCenter
AutoSize = False
Caption =
'The following word was not found in the dictionary. Suggestions' +
' are listed below.'
end
object TheWord: TLabel
Left = 4
Top = 48
Width = 317
Height = 37
Alignment = taCenter
AutoSize = False
Caption = 'WORD'
Font.Color = clWhite
Font.Height = -30
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
end
object SugList: TListBox
Left = 8
Top = 136
Width = 173
Height = 297
ItemHeight = 19
TabOrder = 1
end
object ReplaceButton: TButton
Left = 200
Top = 176
Width = 113
Height = 33
Caption = '&Replace'
TabOrder = 2
OnClick = ReplaceButtonClick
end
object Button1: TButton
Left = 200
Top = 220
Width = 113
Height = 33
Caption = '&Ignore'
TabOrder = 3
OnClick = Button1Click
end
object AbortButton: TButton
Left = 200
Top = 400
Width = 113
Height = 33
Caption = '&Abort'
TabOrder = 4
OnClick = AbortButtonClick
end
end